Fix F# Azure Blob Storage documentation v11 to v12 API inconsistencies #48664
+8
−8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The F# Azure Blob Storage documentation contained several remnants from the v11 SDK that needed to be updated to align with v12 best practices. While the core code was already using v12 APIs, there were several inconsistencies and outdated references that could confuse developers.
Issues Fixed
Code Issues:
fileStream
but then passedlocalFile
(string) toUpload()
methodCloudAppendBlob.Exists()
to v12appendBlob.Exists()
DownloadContent().ToString()
toDownloadContent().Value.Content.ToString()
to match v12 API structureDocumentation Issues:
Documentation Standards:
ai-usage: ai-assisted
frontmatter as required by documentation guidelinesVerification
All F# code samples now compile successfully with the v12 SDK and demonstrate consistent modern API usage patterns. The documentation properly guides developers to use current Azure Storage Blobs v12 features without any confusing v11 references.
Fixes #17736.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
test.blob.core.windows.net
/usr/lib/dotnet/dotnet exec /usr/lib/dotnet/sdk/8.0.119/FSharp/fsi.dll test-compile.fsx
(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.
Internal previews